home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-09 | 353 b | 17 lines | [TEXT/CWIE] |
- enum {
- kUseMonitorOutputDepth,
- kUsePICSFileOutputDepth,
- kUse32bitOutputDepth,
- kUse16bitOutputDepth,
- kUse8bitOutputDepth,
- kUse4bitOutputDepth,
- kUse1bitOutputDepth
- };
-
- void SetupPICSFileComposite(FSSpec *picsFile, const Rect *areaToCrop);
-
- void SetupCompositeDialog(
- FSSpec *picsFile,
- short fileRefNum,
- const Rect *areaToCrop,
- short numFrames);